body{
    background-position: 50% 0px; 
    outline-offset: -3px; 
    background-image: url('../images/big_cock_blowjob_9.gif'); 
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
	text-align: center;
	height: 100vh;
	min-height: 900px;
}
body:before{
    content: "";
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}
/* HEADINGS */
div#download-button {
    margin-top: 50px;
}
div#download-button .standard-button{
	color: #fff;
}

/* FONT FACE LOADER */
@font-face {
    font-family: 'Lane';
    src: url('../fonts/lanenar_Lane.eot');
    src: url('../fonts/lanenar_Lane.eot#iefix') format('embedded-opentype'), url('../fonts/lanenar_Lane.woff') format('woff'), url('../fonts/lanenar_Lane.ttf') format('truetype'), url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    @font-face {
        font-family: 'Lane';
        src: url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    }
}
h1,
h2 {
    font-family: 'Lane', sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 3.75rem !important;
    line-height: 4.688rem !important;
}

h2 {
    font-size: 3.125rem;
    line-height: 4.063rem;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px !important;
    font-weight: 300 !important;
}
header .only-logo .navbar {
    background: none;
    padding: 60px;
}

header .only-logo .navbar .navbar-header {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
}
.intro-section {
    margin: auto;
    padding-top: 15%;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.header.image-bg {
    padding-top: 40px;
    padding-bottom: 40px;
/*    background: url(../images/grid_bg.png) no-repeat center top fixed;*/
    -webkit-background-size: cover;
            background-size: cover;
}

.content{
    padding: 10px;
    margin: auto;
    text-align: center;
}
#map {
  height: 400px;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
}

#marker {
    background-image: url('../images/2.jpeg');
    background-size: cover;
    width: 75px;
    height: 75px;
    border: 1px solid rgba(255, 200, 200, 1);
    border-radius: 50%;
    cursor: pointer;
    animation: highlighter 1s infinite;
}

.mapboxgl-popup {
    max-width: 200px;
}

.online-text{
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
}
.blink-bg{
  background-color: white;
  animation: blink .5s linear infinite;
}
@keyframes blink{
  0%{opacity: 0;}
  50%{opacity: .5;}
  100%{opacity: 1;}
}

.blinking-text{
    animation: bltext .5s infinite;
    color: white;
}
@keyframes bltext{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}

.text-1 {
	font-size: .8em
}

.blink-bg{
  background-color: white;
  animation: blink .5s linear infinite;
}
.blinking-text{
    animation: bltext .5s infinite;
    color: white;
}

.mapboxgl-popup {
    max-width: 200px;
}
 @media (max-width: 991px) {
 
    
    body {
        min-height: 800px;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
 
    
    body {
        min-height: 800px;
    }

}
@media only screen and (max-width: 767px) {
header .only-logo .navbar {
    padding: 35px;
}
.intro-section {
    padding-top: 5%;
}
    body {
        min-height: 580px;
    }
}
@media only screen and (max-width: 480px) {
h1 {
    font-size: 2.5rem !important;
    line-height: 2.688rem !important;
}
    body {
        min-height: 480px;
    }

}









@keyframes highlighter {
  0% {box-shadow: 0px 0px 0px rgba(255,100,100,1);}
  20% {box-shadow: 0px 0px 10px rgba(255,100,100,1);}
  40% {box-shadow: 0px 0px 20px rgba(255,50,50,1);}
  60% {box-shadow: 0px 0px 20px rgba(255,50,50,1);}
  80% {box-shadow: 0px 0px 10px rgba(255,100,100,1);}
}

/* Arrows */
#arrowAnim {
  width: 90%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow {
  width: 50px;
  height: 50px;
  border: 2.5rem solid;
  border-color: rgba(255,100,100,1) transparent transparent rgba(255,100,100,1);
  transform: rotate(-135deg);
}

.arrowSliding {
  position: absolute;
  -webkit-animation: slide 4s linear infinite;
  animation: slide 4s linear infinite;
}

.delay1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  20% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    opacity: 1;
    transform: translateY(30px);
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  20% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    opacity: 1;
    transform: translateY(30px);
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}
